Conversation
…wo-finger touchpad support
…l-scroll Remove default of 0 for camera.panBy call, add horizontal wheel and touchpad scrolling
Replace plaintext MEGA password storage with a reused, revocable session token (megajs toJSON/fromJSON), add two-step 2FA, migrate existing users, and harden workers (upload via session blob; downloads via sid+nodeId+fileKey, removing the share-link hack). Adds MEGA upload thumbnails. Fixes found in live verification: never close() the shared session (ESID), keepalive:false to avoid the server-change poll crash, and delete a volume's sidecars on removal. No plaintext password persisted or sent to workers.
PR #238 merged the file unformatted, turning develop's CI Lint red. Pure formatting; no behavior change.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…ders (#241) Workers now upload into the series folder created once by the main thread (its node id is passed via worker credentials) instead of each mkdir-ing their own. Also fixes nested series paths.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
The awk range's end pattern (## [digit) also matched the version's own header, collapsing the range to a single line — so release notes were always empty and had to be written by hand. Replace with a flag-based scan that prints the body between this version's header and the next, handling both '## 1.2.3' and '## [1.2.3]' styles. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Promotes
developtomainfor the v1.7.4 release.Added
Changed
Fixed (post-1.7.4 on develop)
On merge,
release.ymlshould tagv1.7.4and create the GitHub Release. Note: the release-notes extraction inrelease.ymldoesn't match the bracketed## [x.y.z]changelog headers, so the auto-generated notes may be empty — will verify and fix after merge.🤖 Generated with Claude Code